Squidscape Lite ver 0.1 

Author: Squidscape Lite ver 0.1 is the contribution of Sebastian Eggermont (SEGLabs, Brussels) to the 2018 edition of the now legendary BASIC 10 liners contest.

What?:
A squid (you) is, for some reason, stuck in a place which is targeted by fireballs.
There is only one door to escape.

How?
to win: In order to save your (only) life (yes, squids are like us, we have only one life...so live it!!), you must get out through the door without being fried by the fireballs.

to move:
- H moves your squid left;
- K moves your squid right;
- U moves your squid up;
- N moves your squid down;

to read the file:
- use VICE from the menu: "Attach disk image > Drive 8"
- select browse to folder containing the disk image SQUIDSCAPE.d64 and select it
- select the file "SQUIDSCAPE" from the image contents box
- enjoy the game

Code explanation:

1 intitialise variables used for fencing; declares the sprite and intitialise the sprite
2-3 intitialise variables for positionning of the sprite & builds the exit door
4-7 navigation
8 - 12 manages the fireball (one at a time)
13 - 17 manages end of game (win or loss)
18 - 20 digitalized sprite
